Welcome![Sign In][Sign Up]
Location:
Search - SOCKET FTP

Search list

[Ftp Client基于VC和Socket的完整Ftp客户端程序

Description: 基于VC和Socket的完整Ftp客户端程序-Socket-based VC and the integrity Ftp Client
Platform: | Size: 132753 | Author: 周斌 | Hits:

[Ftp ClientFTP客户端开发——WinSock

Description: FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the intention here to see friends
Platform: | Size: 109602 | Author: 笨蛋 | Hits:

[WinSock-NDIS一个实现FTP功能的源代码

Description: 1.使用异步socket连接,异步解析主机名; 2.支持多文件、多级目录/子目录的上传/下载; 3.文件的删除、重命名、修改属性......等等; 4.用户的修改密码.......等等; 5.断点上传/下载; 6.支持托放上传/下载; 7.自定义FTP命令等; 8.拨号网络(电话及ADSL)/挂断等管理; 9.SOCKS4/SOCKS4A, SOCKS5, HTTP1.1;FTP login Proxy等支持; -1. The use of asynchronous socket connections, analytic asynchronous mainframe; 2. Support multiple documents, Multi-level directory / subdirectory upload / download; 3. delete the file, rename, change attributes ...... etc.; 4. the user password changes ....... etc.; 5. Breakpoint upload / download; 6. take care support upload / download; 7. since the definition of FTP orders; 8. Dial-up Network (telephone and ADSL) / hang up such management; 9.SOCKS4/SOCKS4A. SOCKS5, HTTP1.1; FTP Proxy login and other support;
Platform: | Size: 1645164 | Author: 长立志 | Hits:

[Ftp ServerinformWinClient

Description: socket ftp server sadkjf asjf lj2q3e jsdnfkjhsdakl jghpio2w-socket ftp server sadkjf asjf lj2q3e jsdnf kjhsdakl jghpio2w
Platform: | Size: 5730 | Author: jacky | Hits:

[Internet-Networkftp-socket

Description: 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
Platform: | Size: 4565 | Author: 李亚林 | Hits:

[Ftp ClientFtp

Description: 实现简单FTP的源代码,应用Socket
Platform: | Size: 36232 | Author: sunny | Hits:

[Ftp Clientftp

Description: 有2个内容,一个位网络组件配置路由器的实验演示了在Boson Netsim仿真软件环境下路由协议的配置方法,IP地址的规划方法等等,另一为SOCKET编程实验,用JAVA语言实现了一个FTP客户端的功能
Platform: | Size: 184201 | Author: 蒋志成 | Hits:

[WinSock-NDISMyFtp11

Description: ftp上传和下载文件的程序.Windows Socket-ftp upload and download procedures. Windows Socket
Platform: | Size: 51229 | Author: 郭佰胜 | Hits:

[WinSock-NDISftp-socket

Description: 完整的ftp协议的实现 包含客户端和服务器端
Platform: | Size: 4565 | Author: radio | Hits:

[WinSock-NDISsocket

Description: client server sample FTP
Platform: | Size: 12217 | Author: CAVCHOU | Hits:

[Ftp ClientFTP

Description: 自写的FTP客户端。纯SOCKET编程,不是用的CFtp类。希望能有所帮助
Platform: | Size: 157640 | Author: QQstarS | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。
Platform: | Size: 4650 | Author: Draco | Hits:

[Ftp Clientftp客户机

Description: 利用Socket套接字创建基于对话框类的FTP工具-use Socket creation based on the type dialog FTP tools
Platform: | Size: 67910 | Author: 谌夏 | Hits:

[Booksvc socket编程

Description: vc socket编程,包括FTP,telnet,socket5等协议的编写
Platform: | Size: 19462665 | Author: 13817674957 | Hits:

[SourceCodeFTP编程

Description: 基于socket的FTP编程
Platform: | Size: 692366 | Author: liujusan111@sina.com | Hits:

[WinSock-NDISFTP 用C++编写的socket网络编程

Description: 用C++编写的socket网络编程,实现了FTP服务器端的功能,能同时支持链接过个客户端。
Platform: | Size: 3838389 | Author: trinityylh | Hits:

[CSharpFTP_Socket

Description: FTP 指令庫,能連接 FTP Server 並作上傳、下載等命令-FTP Basic Library
Platform: | Size: 67584 | Author: Johnny | Hits:

[Windows CEwince-Socket-FTP

Description: WINCE可用的Socket源码,以及FTP源码,可实现中文目录的FTP功能。下载时路径保持与原文件路径相同。从实际工程分拣出来的代码。亲测可用。-Available WINCE and Socket source code, FTP source code, can achieve the function of FTP Chinese directory. When the download path remains the same with the original file path. Code the actual project sorted out. Pro test available.
Platform: | Size: 16384 | Author: 海亮 | Hits:

[Internet-Networkftp

Description: 分享一个ftp源码,用C编写,包括客户端及服务端,基于Socket通讯。(FTP software, inlude Client and Server. C program)
Platform: | Size: 3212288 | Author: happygrass | Hits:

[Ftp Clientmy-ftp

Description: 自己写的FTP服务器和客户端,包括命令行客户端和GUI客户端,供大家参考(FTP Client and Server)
Platform: | Size: 303104 | Author: LosMerengues07 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 16 »

CodeBus www.codebus.net